C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / MapLayerBase<T> Class / MapLayerBase<T> Constructor / MapLayerBase<T> Constructor(FlexMap<T>)
The owner which owns this map layer.

In This Topic
MapLayerBase<T> Constructor(FlexMap<T>)
In This Topic
Creates one MapLayerBase<T> instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal owner As FlexMap(Of T) _
)
 

Parameters

owner
The owner which owns this map layer.
See Also